home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / lisp / kcl / akcl / akcl1615.lha / h / att3b2.h < prev    next >
C/C++ Source or Header  |  1990-02-05  |  531b  |  28 lines

  1. #include "att.h"
  2.  
  3. #define ADDITIONAL_FEATURES \
  4.              ADD_FEATURE("ATT3B2");\
  5.              ADD_FEATURE("SYSTEM-V");
  6.  
  7.  
  8. #define ATT3B2
  9. #define    IEEEFLOAT
  10.   
  11. #define HOLEPAGE 32
  12.  
  13. #define INIT_ALLOC \
  14.         FIXtemp=MAXPAGE; \
  15.     if (brk(pagetochar(FIXtemp)) < 0) \
  16.         {error("Can't allocate.  Good-bye!.");};
  17.  
  18. #undef IF_ALLOCATE_ERR
  19. #define IF_ALLOCATE_ERR \
  20.     if (PAGESIZE*(n - m) > pagetochar(MAXPAGE) - core_end)
  21.  
  22. /* smallest address for a page table entry */
  23. #define DBEGIN 0x80800000
  24. /* Begin for cmpinclude */
  25.  
  26.  
  27. /* End for cmpinclude */
  28.